home *** CD-ROM | disk | FTP | other *** search
/ TPUG - Toronto PET Users Group / TPUG Users Group CD / TPUG Users Group CD.iso / AMIGA / AMICUS / AMICUS22.ADF / Animations / Video.DOC < prev    next >
Text File  |  1987-07-07  |  2KB  |  50 lines

  1.  
  2. This directory holds a program called ShowANIM and two animations
  3. from Aegis Development.  They cannot be run from the Workbench, you
  4. must enter the CLI to see them.  If you use the '-c' continuous
  5. loop option, the Amiga must be rebooted to stop the demo.
  6. The demos are more stunning when run continuously.
  7.  
  8. Copyright 1987 Aegis Development and Sparta Inc.
  9.  
  10.     ShowANIM     A program for the playing of ANIM file
  11.                  The usage for this program is simply:
  12.  
  13.                          ShowANIM filename
  14.  
  15.                  which will load the specified ANIM file into memory
  16.                  and play it one time.
  17.  
  18.                  There are also three switches which can be used:
  19.  
  20.                       -l   loop mode - will replay the animation
  21.                            over and over from the start.  Execution
  22.                            can be terminated only by a re-boot.
  23.  
  24.                       -c   continuous play mode - this is similar to
  25.                            -l above except ShowANIM assumes you have a
  26.                            two frame overlap at the end of the ANIM file
  27.                            (the last two frames are IDENTICAL to the
  28.                            first two).  Given this requirement, ShowANIM
  29.                            can play the animation over and over in a
  30.                            continuous fashion.
  31.  
  32.                       +nn  where nn is a two digit number indicating the
  33.                            number of vertical blanks (1/60 sec jiffies)
  34.                            for each frame.  ShowANIM will assure that at
  35.                            least this number of vertical blanks will 
  36.                            occur between frames.  e.g. a +6 will produce
  37.                            a 10 frame/second animation provided ShowANIM
  38.                            can reconstruct the frames that fast.  This
  39.                            will override the reltime parameter on the
  40.                            ANHD chunks on the ANIM file.
  41.  
  42.                  For example, to show the Boing3D.anim file on this 
  43.                  disk continuously at 15 frames per second, enter:
  44.  
  45.                         ShowANIM -c +4 Boing3D.anim
  46.  
  47.  
  48.  
  49.  
  50.